home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / f90 / exponent.z / exponent
Encoding:
Text File  |  1998-10-30  |  1.7 KB  |  48 lines

  1. EXPONENT(3I)                                           Last changed: 1-6-98
  2.  
  3.  
  4. NNAAMMEE
  5.      EEXXPPOONNEENNTT - Returns the exponent part of the argument when represented
  6.      as a numeric model number
  7.  
  8. SSYYNNOOPPSSIISS
  9.      EEXXPPOONNEENNTT (([XX==]_x))
  10.  
  11. IIMMPPLLEEMMEENNTTAATTIIOONN
  12.      UNICOS, UNICOS/mk, and IRIX systems
  13.  
  14. SSTTAANNDDAARRDDSS
  15.      Fortran 90
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      The EEXXPPOONNEENNTT intrinsic function returns the exponent part of the
  19.      argument when represented as a numeric model number.  It accepts the
  20.      following argument:
  21.  
  22.      _x    Must be of type real
  23.  
  24.      EEXXPPOONNEENNTT is an elemental function.  The name of this intrinsic cannot
  25.      be passed as an argument.
  26.  
  27. RREETTUURRNN VVAALLUUEESS
  28.      The result type is default integer.  The result has a value equal to
  29.      the exponent, _e, of the real number model for the value of _x, provided
  30.      that _x is nonzero and _e is within the range for default integers.  For
  31.      more information on the real number model, see the MMOODDEELLSS(3I) man
  32.      page.
  33.  
  34.      The result is undefined if the machine upon which the compiler is
  35.      running cannot represent _e in the default integer type.
  36.  
  37.      EEXXPPOONNEENNTT((XX)) has the value zero if XX is zero.
  38.  
  39. EEXXAAMMPPLLEESS
  40.      EEXXPPOONNEENNTT((11..00)) has the value 1 and EEXXPPOONNEENNTT((44..11)) has the value 3.
  41.  
  42. SSEEEE AALLSSOO
  43.      MMOODDEELLSS(3I)
  44.  
  45.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
  46.      printed version of this man page.
  47.  
  48.